home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global holdcast, holdh, holdv, myclickon
- puppetSprite(myclickon, 1)
- set the castNum of sprite myclickon to holdcast
- set the locH of sprite myclickon to holdh
- set the locV of sprite myclickon to holdv
- repeat with xxx = 42 to 45
- set the visible of sprite xxx to 1
- end repeat
- play done
- end
-